projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d4c36
)
Don't mark default-directory as a safe local var.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 25 Mar 2007 17:54:35 +0000
(17:54 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 25 Mar 2007 17:54:35 +0000
(17:54 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 77e9f4ada7a42aad6b9d1d77c30c8cd12ff93b4a..b96ab2e96fbeb80e2a0f92d1b44e0341eef50a89 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2435,7
+2435,6
@@
asking you for confirmation."
(mapc (lambda (pair)
(put (car pair) 'safe-local-variable (cdr pair)))
'((buffer-read-only . booleanp) ;; C source code
- (default-directory . stringp) ;; C source code
(fill-column . integerp) ;; C source code
(indent-tabs-mode . booleanp) ;; C source code
(left-margin . integerp) ;; C source code